home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Select: Games Special 4
/
THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso
/
dosgames
/
sforce
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1996-02-18
|
353b
|
22 lines
@echo off
@echo
@echo Press Esc to quit Select CD-Rom
@echo
@pause
indxldat index5 to index1 /set=on /ver=on
if not errorlevel 1 goto end
if not errorlevel 2 goto a
if not errorlevel 5 goto end
:a
cls
indxldat index6 to index1 /set=off
goto exit
:b
:c
:end
cls
echo ShadowForce aborted.
:exit